From 5034a31a9d23f55122d60a40aad9cafa69dee45e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 12 Oct 2005 08:35:58 +0000 Subject: [PATCH] * Redundant parenthesis --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 7363719243..eb8a7e2d85 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1341,7 +1341,7 @@ END; 'text' => $text, 'href' => $href, 'id' => 'n-' . strtr($line[1], ' ', '-'), - 'active' => ( $pageurl == $href ) + 'active' => $pageurl == $href ); } else { continue; } } -- 2.20.1